{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-28T14:15:22",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "HealthMonitoring-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Health Monitoring",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#HealthMonitoring",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "BloodOxygenLevel",
                        "propertyDescription" : "Blood oxygen saturation level (SpO2), i.e. the percentage of oxygen in someone's blood relative to full capacity (100 percent)",
                        "dataType" : "double",
                        "unitOfMeasure" : "percent"
                    },
                    {
                        "propertyName" : "HeartRate",
                        "propertyDescription" : "The frequency of the heartbeat measured by the number of contractions of the heart per minute",
                        "dataType" : "integer",
                        "unitOfMeasure" : "beatsperminute"
                    },
                    {
                        "propertyName" : "SensorID",
                        "propertyDescription" : "A unique identifier of the sensor, e.g. the serial number, the mac address",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SkinTemperature",
                        "propertyDescription" : "Temperature of the skin contact (i.e. the temperature of the outermost surface of the body)",
                        "dataType" : "double",
                        "unitOfMeasure" : "degreeCelsius"
                    },
                    {
                        "propertyName" : "timestamp",
                        "propertyDescription" : "Timestamp",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "timestamp" : "1000-12-31T00:00:00",
                    "property" : [
                        {
                            "name" : "BloodOxygenLevel",
                            "val" : " "
                        },
                        {
                            "name" : "HeartRate",
                            "val" : " "
                        },
                        {
                            "name" : "SensorID",
                            "val" : " "
                        },
                        {
                            "name" : "SkinTemperature",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}